home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / mccabe.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.6 KB  |  78 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : McCabe Metrics
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Intermetrics, Inc.
  7. --                   : 733 Concord Ave, Cambridge, MA 02138
  8. --                   : Bill Toscano or Michael Gordon (author)
  9. --                   : (617) 661-1840 
  10. -- COPYRIGHT         : (c) 1986, Intermetrics, Inc.
  11. -- DATE CREATED      : 3/86
  12. -- DATE RELEASED     : 3/86
  13. -- DATE LAST UPDATED : 3/86
  14. -- LOCATION          : ASR
  15. -- ENVIRONMENT       : VAX/VMS/DEC Ada
  16. --= CLASSIFICATION       ===============================================--
  17. -- CATEGORY LEVEL 1  : METRICS
  18. -- CATEGORY LEVEL 2  : Complexity Measures
  19. -- CATEGORY LEVEL 3  : McCabe Metrics
  20. -- CATEGORY LEVEL 4  : 
  21. -- KEYWORD           : 
  22. -- INDEX             : Complexity
  23. -- INDEX             : Complexity Measures
  24. -- INDEX             : Measures, Complexity
  25. -- INDEX             : McCabe
  26. -- TAXONOMY          : 
  27. -- DEPENDENCIES      : 
  28. -- SEE ALSO          : 
  29. --= FILE LISTING         ===============================================--
  30. -- FILE SPECS        : PD:<ADA.METRICS>MCCABE.*
  31. -- DIRECTORY DISPLAY :
  32. -- Directory   PD:<ADA.METRICS>
  33. --      File Name     Byte Count  Line Count
  34. --   ---------------  ----------  ----------
  35. --   MCCABE.CNT             2187          27
  36. --   MCCABE.DOC            15250         344
  37. --   MCCABE.DSS             1864          27
  38. --   MCCABE.DST             4720          73
  39. --   MCCABE.GRM            38028        1412
  40. --   MCCABE.ME              4974         117
  41. --   MCCABE.PRO             2519          67
  42. --   MCCABE.RNO             8390         227
  43. --   MCCABE.SRC           432177       10835
  44. --   MCCABE.TST            56485        1914
  45. --   ===============  ==========  ==========
  46. --    10 Files            566594       15043
  47. --= ABSTRACT             ===============================================--
  48. --         The  Complexity Measures Report will analyze program units for
  49. -- complexity as measured by Halstead and McCabe.  The program  unit  and
  50. -- its  complexity  will  be  output  to the default output file.  If the
  51. -- measured complexity exceeds a desired maximum complexity, the  program
  52. -- unit is flagged on the output listing.
  53. --= REVISION HISTORY     ===============================================--
  54. --
  55. -- DATE         VERSION    AUTHOR                  HISTORY
  56. -- 3/86         1.0    Intermetrics            Initial Release
  57. --= RELEASE NOTICE       ===============================================--
  58. -- This prologue must be included in all copies of this software.
  59. --
  60. -- This software is copyright by the author.
  61. --
  62. -- This software is released to the Ada community.
  63. -- This software is released to the Public Domain (note:
  64. --   software released to the Public Domain is not subject
  65. --   to copyright protection).
  66. -- Restrictions on use or distribution:  NONE
  67. --= DISCLAIMER           ===============================================--
  68. --     This software and its documentation are provided "AS IS" and
  69. -- without any expressed or implied warranties whatsoever.  No warranties
  70. -- as to performance, merchantability, or fitness for a particular
  71. -- purpose exist.
  72. --     The user is advised to test the software thoroughly before
  73. -- relying on it.  The user must assume the entire risk and liability of
  74. -- using this software.  In no event shall any person or organization of
  75. -- people be held responsible for any direct, indirect, consequential or
  76. -- inconsequential damages or lost profits.
  77. --======================================================================--
  78.